public interface CiscoProviderCapabilityChangedEv
Modifier and Type | Field and Description |
---|---|
static int |
ID |
static int |
MODIFY_CGPN
Deprecated.
This constant is not returned by any interface, should not be used by
application.
|
static int |
MONITOR_PARKDN
Deprecated.
This constant is not returned by any interface, should not be used by
application.
|
static int |
SUPERPROVIDER
Deprecated.
This constant is not returned by any interface, should not be used by
application.
|
Modifier and Type | Method and Description |
---|---|
CiscoProviderCapabilities |
getCapability()
This method returns the current CiscoProviderCapabilities object for the user.
|
boolean |
hasCanAutoPickupChanged()
This method can be used by applications to determine whether Enable IPv6 Enterprise Parameter
has changed.
|
boolean |
hasConnectedTransferConferenceCapabilityChanged()
This method can be used by applications to determine whether or not the capability of a user
to control devices that supports Connected Transfer/Conference has changed.
|
boolean |
hasIPv6CapabilityChanged()
This method can be used by applications to determine whether Enable IPv6 Enterprise Parameter
has changed.
|
boolean |
hasModifyCallingPartyChanged()
This method checks whether the "modify Calling Party" privilege has changed.
|
boolean |
hasMonitorCapabilityChanged()
This method checks whether the monitor capability of a user has changed.
|
boolean |
hasMonitorParkDNChanged()
This method checks whether the "monitor Park DN" privilege has changed.
|
boolean |
hasObserveAnyTerminalChanged()
This method checks whether the "can control any terminal" privilege has changed.
|
boolean |
hasObserveTerminalsWithRollOverModeChanged()
This method can be used by applications to determine whether or not the capability to control
devices configured with roll over mode has changed.
|
boolean |
hasRecordingCapabilityChanged()
This method checks whether the recording capability of the has changed.
|
static final int ID
static final int SUPERPROVIDER
static final int MONITOR_PARKDN
static final int MODIFY_CGPN
CiscoProviderCapabilities getCapability()
CiscoProviderCapabilities
boolean hasObserveAnyTerminalChanged()
Pre-condition:
provider.getState() == Provider.IN_SERVICE
boolean hasMonitorParkDNChanged()
Pre-conditions:
provider.getState() == Provider.IN_SERVICE
boolean hasModifyCallingPartyChanged()
Pre-conditions:
provider.getState() == Provider.IN_SERVICE
boolean hasRecordingCapabilityChanged()
Pre-conditions:
provider.getState() == Provider.IN_SERVICE
boolean hasMonitorCapabilityChanged()
Pre-conditions:
provider.getState() == Provider.IN_SERVICE
boolean hasIPv6CapabilityChanged()
This method can be used by applications to determine whether Enable IPv6 Enterprise Parameter
has changed. CiscoProvider.hasIPv6CapabilityChanged()
.
Pre-conditions:
boolean hasConnectedTransferConferenceCapabilityChanged()
Pre-conditions:
provider.getState() == Provider.IN_SERVICE
boolean hasObserveTerminalsWithRollOverModeChanged()
provider.getState() == Provider.IN_SERVICE
boolean hasCanAutoPickupChanged()
This method can be used by applications to determine whether Enable IPv6 Enterprise Parameter
has changed. CiscoProvider.hasCanAutoPickupChanged()
.
Pre-conditions: